home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / tutor / bachkhoa.arj / VNEDITOR.VNC < prev    next >
Text File  |  1980-01-01  |  2KB  |  64 lines

  1. VNcode for Vietnamese diacritical marks :
  2. 1:/  2:\  3:²  4:~  5:.  6:^ â, ê, ô  7:' o', u'  a8:° å   D9:-D
  3.  
  4. USING SEDIT PROGRAM TO TYPE AND SAVE YOUR ARTICLES ON DISKETTE.
  5. ------------------------------- Your name    *    Dedicated to 
  6.                 Name and address of the Vietnamese
  7.                 Church / Buddhist Temple selected by you.
  8.  
  9. You can use SEDIT program to create, change, and display batch file 
  10. FILENAME.BAT and its associated VNcode document FILENAME.VNC.
  11.  
  12. VIEWING A DOCUMENT
  13.  
  14. At the A:> prompt, type EXAMPLE, then press Enter.
  15.  
  16.     The EXAMPLE.BAT batch file displays the contents of the associated 
  17.     EXAMPLE.VNC one full screen at a time.  The EXAMPLE.BAT batch file
  18.     listing are as follows :
  19.  
  20.         echo off
  21.         cls
  22.         type EXAMPLE.VNC | more 
  23.         pause
  24.         echo on
  25.  
  26. CREATING NEW  FILENAME.BAT  &  FILENAME.VNC
  27.  
  28. At the A:> prompt, type COPY  EXAMPLE.*  FILENAME.* , then press Enter.
  29.  
  30.     Two files with the same FILENAME are created.  The document and its 
  31.     associated batch file are given the extension ".VNC" for the document
  32.     in VNcode format and ".BAT" for the batch file.
  33.  
  34. At the A:> prompt, type SEDIT  FILENAME.BAT, then press Enter.
  35.     
  36.     The SEDIT window appears, ready for you to modify.          
  37.         
  38.         echo off
  39.         cls
  40.         type EXAMPLE.VNC | more 
  41.         pause
  42.         echo on
  43.  
  44.     Change the word EXAMPLE.VNC to FILENAME.VNC, then press CTRL-Z to save. 
  45.    
  46. At the A:> prompt, type SEDIT  FILENAME.VNC, then press Enter.
  47.  
  48.     The SEDIT window appears, ready for you to begin typing.  To represent
  49.     Vietnamese letter with diacritics, you first type the vowel, then the
  50.     VNcode representing the diacritical marks.  The VNcode used for the
  51.     diacritical marks are shown at the top of the document.  Working with
  52.     text in SEDIT is much the same way as working with text in any other
  53.     DOS applications.  When you have completed the editing session, you 
  54.     can save the file by pressing CTRL-Z.
  55.  
  56. PRINTING A DOCUMENT
  57.  
  58. At the A:> prompt, type TYPE  FILENAME.VNC > PRN, then press Enter.
  59.     
  60.     If you have connected and installed a printer, you can print your
  61.     FILENAME.VNC file.
  62.  
  63.  
  64.